An instrument knob structure contains information about an instrument knob. It is defined by the InstKnobRec data type.
struct InstKnobRec {
long number;
long value;
};
typedef struct InstKnobRec InstKnobRec;
| Previous | Chapter Contents | Chapter Top | Next |